'DeclarationPublic Function New( _ ByVal collection As System.Collections.Generic.IEnumerable(Of NGraphVertex) _ )
'UsageDim collection As System.Collections.Generic.IEnumerable(Of NGraphVertex) Dim instance As New NGraphVertexList(collection)
public NGraphVertexList( System.Collections.Generic.IEnumerable<NGraphVertex> collection )
Parameters
- collection